←Select platform

Done Property

Summary

Callback to run asynchronously.

Syntax
C#
VB
C++
public DocumentViewerAsyncDone<T> Done { get; set; } 
Public Property Done() As DocumentViewerAsyncDone(Of T) 
   Get 
   Set 
public:  
   property DocumentViewerAsyncDone<T>^ Done 
   { 
      DocumentViewerAsyncDone<T>^ get() 
      void set(DocumentViewerAsyncDone<T>^ value) 
   } 

Property Value

The callback to run asynchronously. Default value is null.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.